home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 05-11-10-1.swf / scripts / frame_3 / PlaceObject2_15_314 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-11-18  |  227 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    iCurrent = 100 * (_parent.getBytesLoaded() / iTotal);
  3.    _parent.bar.gotoAndStop(Math.round(iCurrent));
  4.    if(Math.round(iCurrent) == 100)
  5.    {
  6.       _parent.gotoAndPlay("TitleCard");
  7.    }
  8. }
  9.